.fl {
    float: left;
}

.fr {
    float: right;
}

.tou {
    background: #f3f0eb;
    height: 42px;
    line-height: 42px;
    transition-duration: .3s;
}

.tou .ss {
    position: relative;
}

.tou .ss dd {
    line-height: 42px;
    cursor: pointer;
    padding: 0 14px 0 22px;
}

.tou .ss #formsearch {
    border: 1px solid #eee;
    position: absolute;
    top: 42px;
    right: 0;
    width: 250px;
    display: none;
    z-index: 11111;
}

.tou .ss #formsearch input {
    line-height: 34px;
    height: 34px;
    border: none;
    background: #fff;
    outline: none;
}

.tou .ss #formsearch input#keyword {
    float: left;
    width: 198px;
    text-indent: 14px;
}

.tou .ss #formsearch input#s_btn {
    width: 50px;
    float: right;
    background: url(../images/ss.png) no-repeat 50%;
}

.tou .yu {
    position: relative;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    background: #d0ccc5;
    padding: 0 12px;
}

.tou .yu a {
    color: #333333;
    display: inline-block;
}
.tou .yu a:hover{
    color: #0669c3
}

/*.tou .yu a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url(../image/yux.gif) no-repeat 50% #333333;
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
}*/

.tou .xin {
    padding-right: 24px;
    background: url(../images/01.png) no-repeat 0 50%;
    padding-left: 30px;
    font-size: 14px;
    color: #333333;
}

.toux .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.toux .logo {
    line-height: 90px;
}

.toux .logo img{
    max-width: 220px
}
.touxx.fix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 11111;
}

.touxx.fix .tou {
    height: 0;
    overflow: hidden;
}

.c1 {
    transform: translateY(-70px);
    position: relative;
    z-index: 111;
}

@media (max-width: 1024px) {
    .c1 {
        transform: translateY(0);
        margin-top: 30px;
    }
}

.c1 .list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 1024px) {
    .c1 .list1 {
        margin: 0;
    }
}

.c1 .list1 li {
    width: 33.33%;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .c1 .list1 li {
        width: 100%;
        margin-bottom: 14px;
        padding: 0;
    }
    .c1 .list1 li:last-child {
        margin-bottom: 0;
    }
}

.c1 .list1 li .cx {
    padding-top: 44px;
    background: #f3f0eb;
    border-bottom: 3px solid #e7e2d6;
    height: 100%;
}

@media (max-width: 1024px) {
    .c1 .list1 li .cx {
        padding-bottom: 30px;
    }
}

@media (max-width: 780px) {
    .c1 .list1 li .cx {
        padding-top: 20px;
    }
}

.c1 .list1 li h2 {
    font-weight: 600;
    font-size: 30px;
}

@media (max-width: 780px) {
    .c1 .list1 li h2 {
        font-size: 24px;
    }
}

.c1 .list1 li.c1-1 .cx {
    background: #b1aca3;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-1 .cx {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c1 .list1 li.c1-1 h2 {
    color: #fff;
}

.c1 .list1 li.c1-1 .con {
    margin-top: 40px;
    position: relative;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-1 .con {
        margin-top: 20px;
    }
}

.c1 .list1 li.c1-1 .con .zi {
    text-indent: 22px;
    border: 2px solid #d7ceba;
    background: url(../images/jt.png) no-repeat 95% 50%;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
}

.c1 .list1 li.c1-1 .con .zi.ha {
    background: url(../images/jt.png) no-repeat 95% 50% #f3f0eb;
    color: #0669c3;
}

.c1 .list1 li.c1-1 .con .sec {
    position: absolute;
    top: 52px;
    text-indent: 20px;
    line-height: 44px;
    background: #f3f0eb;
    border: 2px solid #d7ceba;
    border-top: none;
    width: 100%;
    display: none;
}

.c1 .list1 li.c1-1 .con .sec a {
    display: block;
    border-top: 1px solid #e8e5df;
    font-size: 16px;
    color: #000000;
}

.c1 .list1 li.c1-2 .cx {
    padding-left: 46px;
    padding-bottom: 10px;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-2 .cx {
        padding-left: 20px;
    }
}

.c1 .list1 li.c1-2 h2 {
    color: #333333;
}

.c1 .list1 li.c1-2 .con {
    margin-top: 40px;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-2 .con {
        margin-top: 20px;
    }
}

.c1 .list1 li.c1-2 .con .list1 {
    display: flex;
    flex-wrap: wrap;
}

.c1 .list1 li.c1-2 .con .list1 li {
    width: 50%;
    display: flex;
    margin-bottom: 35px;
}

.c1 .list1 li.c1-2 .con .list1 li .su {
    font-family: Impact;
    font-size: 36px;
    color: #0669c3;
    line-height: 1;
}

.c1 .list1 li.c1-2 .con .list1 li .zi1 {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    margin-left: 12px;
}

.c1 .list1 li.c1-2 .con .list1 li .zi1 p {
    color: #333333;
}

.c1 .list1 li.c1-3 .cx {
    padding-left: 56px;
    padding-right: 60px;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-2 .con .list1 li .su {
        font-size: 26px
    }
    .c1 .list1 li.c1-3 .cx {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c1 .list1 li.c1-3 h2 {
    color: #333;
}

.c1 .list1 li.c1-3 .con {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-3 .con {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
}

.c1 .list1 li.c1-3 a.ck {
    display: block;
    margin-top: 32px;
    line-height: 1;
    font-size: 18px;
    color: #333;
}

@media (max-width: 780px) {
    .c1 .list1 li.c1-3 a.ck {
        font-size: 16px;
        margin-top: 28px;
    }
}

.c1 .list1 li.c1-3 a.ck img {
    padding-left: 20px;
    transition-duration: .3s;
    height: 18px
}

.c1 .list1 li.c1-3 a.ck:hover img {
    padding-left: 30px;
}

.c2 {
    margin-bottom: 3.9583vw;
    display: flex;
}

@media (max-width: 1024px) {
    .c2 {
        margin-top: 3.9583vw;
    }
}

@media (max-width: 780px) {
    .c2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .c2 {
        flex-wrap: wrap;
    }
}

.c2 h2 {
    position: relative;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    background: url(../images/su.png) no-repeat 100% 50%;
    width: 143px;
}

@media (max-width: 780px) {
    .c2 h2 {
        font-size: 24px;
    }
}

@media (max-width: 760px) {
    .c2 h2 {
        width: 100%;
        background: none;
    }
}

.c2 h2:after {
    content: '';
    background: url(../images/yj1.jpg) no-repeat 50%;
    width: 9px;
    height: 41px;
    display: inline-block;
    padding-left: 40px;
    padding-right: 34px;
    vertical-align: middle;
}

.c2 .list2 {
    margin-left: 32px;
    width: calc(100% - 175px);
    height: 41px;
    overflow: hidden;
}

@media (max-width: 760px) {
    .c2 .list2 {
        width: 100%;
        margin-left: 0;
    }
}

.c2 .list2 li {
    line-height: 41px;
    height: 41px;
}

.c2 .list2 li a {
    display: block;
    font-size: 20px;
    color: #555555;
}

@media (max-width: 780px) {
    .c2 .list2 li a {
        font-size: 16px;
    }
    .c2 .list2 li a .zi {
        width: calc(100% - 130px);
        display: block;
        float: right;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.c2 .list2 li a .timex {
    color: #999999;
}

@media (min-width: 760px) {
    .c2 .list2 li a .timex {
        padding-right: 53px;
    }
}

.c3 {
    background: url(../images/c3.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 3.229vw;
    padding-bottom: 3.9583vw;
}

@media (max-width: 780px) {
    .c3 {
        padding-top: 30px;
    }
}

.c3 h2 {
    font-weight: 600;
    font-size: 44px;
    color: #333333;
    text-align: center;
}

@media (max-width: 780px) {
    .c3 h2 {
        font-size: 26px;
    }
}

.c3 .content {
    padding-top: 3.54vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .c3 .content {
        padding-top: 30px;
    }
}

.c3 .content .list1 {
    padding: 0 1.04vw;
    width: 50%;
    margin-left: -1.04vw;
    margin-right: -1.04vw;
}

@media (max-width: 780px) {
    .c3 .content .list1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.c3 .content .list1 li {
    position: relative;
    text-align: center;
}

.c3 .content .list1 li a {
    display: block;
    position: relative;
}

.c3 .content .list1 li a:after {
    content: '';
    width: 0%;
    height: 4px;
    background: #0669c3;
    bottom: 0;
    z-index: 111;
    position: absolute;
    left: 0;
    transition-duration: .6s;
}

.c3 .content .list1 li .img {
    overflow: hidden;
}

.c3 .content .list1 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.c3 .content .list1 li dd {
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-bottom: 1.4583vw;
    padding-top: 3.75vw;
}

@media (min-width: 1300px) {
    .c3 .content .list1 li dd {
        height: 131px;
    }
}

@media (max-width: 780px) {
    .c3 .content .list1 li dd {
        font-size: 14px;
    }
}

.c3 .content .list1 li:hover a:after {
    content: '';
    width: 100%;
}

.c3 .content .list1 li:hover .img img {
    transform: scale(1.1);
}

.c3 .content .list1 li:hover dd {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c3 .content .list2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 780px) {
    .c3 .content .list2 {
        width: 100%;
        margin-top: 14px;
    }
}

.c3 .content .list2 li {
    margin-bottom: 1.25vw;
    text-align: center;
    width: 25%;
    padding: 0 1.04vw;
}

@media (max-width: 780px) {
    .c3 .content .list2 li {
        margin-bottom: 14px;
    }
}

.c3 .content .list2 li a {
    position: relative;
    display: block;
}

.c3 .content .list2 li a:after {
    content: '';
    width: 0%;
    height: 4px;
    background: #0669c3;
    bottom: 0;
    z-index: 111;
    position: absolute;
    left: 0;
    transition-duration: .6s;
}

.c3 .content .list2 li .img {
    overflow: hidden;
}

.c3 .content .list2 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.c3 .content .list2 li dd {
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-top: 2.08vw;
    padding-bottom: 1.04vw;
}

/*@media (min-width: 1300px) {*/
/*    .c3 .content .list2 li dd {*/
/*        height: 90px;*/
/*    }*/
/*}*/

@media (max-width: 780px) {
    .c3 .content .list2 li dd {
        font-size: 14px;
    }
}

.c3 .content .list2 li:nth-child(3) {
    margin-bottom: 0;
}

@media (max-width: 780px) {
    .c3 .content .list2 li:nth-child(3) {
        margin-bottom: 14px;
    }
}

.c3 .content .list2 li:nth-child(4) {
    margin-bottom: 0;
}

.c3 .content .list2 li:hover a:after {
    content: '';
    width: 100%;
}

.c3 .content .list2 li:hover .img img {
    transform: scale(1.1);
}

.c3 .content .list2 li:hover dd {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c4 {
    margin-top: 3.64583vw;
    margin-bottom: 4.16vw;
}

@media (max-width: 780px) {
    .c4 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c4 h2 {
    font-weight: 600;
    font-size: 44px;
    color: #333333;
    text-align: center;
}

@media (max-width: 780px) {
    .c4 h2 {
        font-size: 26px;
    }
}

.c4 .content {
    margin-top: 3.33vw;
}

@media (max-width: 780px) {
    .c4 .content {
        margin-top: 30px;
    }
}

.c4 .content .list2 {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.c4 .content .list2 li {
    padding: 0 15px;
    text-align: center;
    width: 25%;
}

@media (max-width: 780px) {
    .c4 .content .list2 li {
        margin-bottom: 20px;
        width: 50%;
    }
}

@media (max-width: 760px) {
    .c4 .content .list2 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .c4 .content .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c4 .content .list2 li a {
    display: block;
    position: relative;
    border-bottom: 4px solid #e7e2d6;
}

.c4 .content .list2 li a:after {
    content: '';
    display: block;
    bottom: -4px;
    position: absolute;
    height: 4px;
    background: #0669c3;
    width: 0;
    transition-duration: .6s;
}

.c4 .content .list2 li .img {
    overflow: hidden;
}

.c4 .content .list2 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.c4 .content .list2 li .zi {
    background: #f7f5f2;
    padding: 30px 15px;
}

@media (max-width: 780px) {
    .c4 .content .list2 li .zi {
        padding: 15px;
    }
}

.c4 .content .list2 li .zi h3 {
    line-height: 1;
    font-size: 20px;
    color: #0669c3;
    min-height: 40px;
}

@media (max-width: 1450px) {
    .c4 .content .list2 li .zi h3 {
        font-size: 20px;
    }
}

@media (max-width: 780px) {
    .c4 .content .list2 li .zi h3 {
        font-size: 16px;
    }
}

.c4 .content .list2 li .zi dd {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    margin-top: 16px;
}

@media (max-width: 780px) {
    .c4 .content .list2 li .zi dd {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
}

.c4 .content .list2 li:hover a:after {
    width: 100%;
}

.c4 .content .list2 li:hover .img img {
    transform: scale(1.1);
}

.foot {
    color: #fff;
    border-top: 6px solid #0669c3;
    padding-top: 5.567vh;
    background: #222222;
    padding-bottom: 13.5vh;
}

.foot a {
    color: #fff;
}

.foot .foot1 {
    width: 64.7%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    .foot .foot1 {
        width: 100%;
    }
}

.foot .foot1 li {
    width: 25%;
}

@media (max-width: 760px) {
    .foot .foot1 li {
        width: 100%;
    }
}

.foot .foot1 li h2 {
    font-size: 20px;
}

@media (max-width: 780px) {
    .foot .foot1 li h2 {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .foot .foot1 li h2 {
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 0;
        position: relative;
    }
    .foot .foot1 li h2:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.foot .foot1 li .sec {
    margin-top: 26px;
}

@media (max-width: 780px) {
    .foot .foot1 li .sec {
        margin-top: 20px;
    }
}

@media (max-width: 760px) {
    .foot .foot1 li .sec {
        display: none;
        margin-top: 10px;
    }
}

.foot .foot1 li .sec a {
    color: #dfdfdf;
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding-left: 14px;
    background: url(../images/dian.png) no-repeat 0 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition-duration: .3s;
}

@media (max-width: 760px) {
    .foot .foot1 li .sec a {
        background: none;
        color: rgba(255, 255, 255, 0.8);
    }
}

.foot .foot1 li .sec a:hover {
    color: #fff;
}

.foot .foot2 {
    float: right;
    margin-right: 4.583vw;
    max-width: 270px;
    width: 28%;
}

@media (max-width: 760px) {
    .foot .foot2 {
        width: 100%;
        margin-top: 50px;
        float: left;
    }
}

.foot .foot2 h2 {
    font-size: 20px;
}

@media (max-width: 780px) {
    .foot .foot2 h2 {
        font-size: 16px;
    }
}

.foot .foot2 .list2 {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.foot .foot2 .list2 li {
    position: relative;
    cursor: pointer;
}

.foot .foot2 .list2 li .sec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    display: none;
}

.foot .foot2 .list2 li:hover .sec {
    display: block;
}

.ban {
    padding: 2.783vh 0;
    font-size: 14px;
    color: #666666;
}

@media (max-width: 760px) {
    .ban {
        text-align: center;
    }
}

.ban a {
    color: #666666;
}

@media (max-width: 760px) {
    .ban .ban1 {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .ban .ban2 {
        width: 100%;
    }
}

h2.btx {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    padding-top: 26px;
    position: relative;
}

@media (max-width: 780px) {
    h2.btx {
        font-size: 30px;
    }
}

@media (max-width: 560px) {
    h2.btx {
        font-size: 24px;
        padding-top: 14px;
    }
}

h2.btx b {
    position: relative;
    z-index: 22;
}

h2.btx p {
    font-size: 60px;
    font-family: arial;
    color: rgba(51, 51, 51, 0.06);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

@media (max-width: 780px) {
    h2.btx p {
        font-size: 45px;
    }
}

@media (max-width: 560px) {
    h2.btx p {
        font-size: 30px;
    }
}

@media (max-width: 780px) {
    .nc1 {
        margin-bottom: 20px;
    }
}

.nc1 .content {
    margin-top: 5.3vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .nc1 .content {
        margin-top: 30px;
    }
}

.nc1 .content .tu {
    width: 37%;
    text-align: center;
}

.nc1 .content .tu img {
    max-width: 100%;
}

@media (max-width: 1025px) {
    .nc1 .content .tu {
        width: 100%;
    }
}

.nc1 .content dd {
    margin-top: 18px;
    width: 60%;
    font-size: 16px;
    line-height: 34px;
}

@media (max-width: 1025px) {
    .nc1 .content dd {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .nc1 .content dd {
        font-size: 14px;
        line-height: 28px;
    }
}

@media (max-width: 560px) {
    .nc1 .content dd {
        margin-top: 3vh;
    }
}

.nc2 {
    background: #fafafa;
    padding-top: 5.13vh;
    padding-bottom: 5.99vh;
}

.nc2 .list1 {
    display: flex;
    justify-content: center;
    margin-top: 4vh;
    text-align: center;
}

.nc2 .list1 li {
    width: 158px;
    line-height: 50px;
    font-size: 16px;
    background: #eeeeee;
    margin: 0 5px;
    border-radius: 4px;
}

@media (max-width: 780px) {
    .nc2 .list1 li {
        font-size: 14px;
        width: 23%;
        margin: 0 1%;
    }
}

.nc2 .list1 li a {
    display: block;
    color: #444444;
}

.nc2 .list1 li.on {
    background: #0669c3;
}

.nc2 .list1 li.on a {
    color: #fff;
}

.nc2 .content {
    margin-top: 5.3vh;
    overflow: hidden;
}

.nc2 .content .list2 {
    margin-left: -0.78125vw;
    margin-right: -0.78125vw;
}

.nc2 .content .list2 img {
    max-width: 100% !important;
    height: auto !important;
}

.nc2 .content .list2 li {
    margin: 0 0.78125vw;
    border: 1px solid #eaeaea;
}

.nc2 .content .list2 li .img {
    overflow: hidden;
}

.nc2 .content .list2 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.nc2 .content .list2 li:hover {
    border-color: #0669c3;
}

.nc2 a.ck {
    display: block;
    margin: 5.99vh auto 0;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    width: 168px;
    line-height: 42px;
    font-size: 14px;
    color: #666666;
}

.nc2 a.ck.hover {
    background: #0669c3;
    color: #fff;
    border-color: #0669c3;
}

@media (max-width: 780px) {
    .nc2 a.ck {
        line-height: 38px;
        width: 140px;
    }
}

.nc3 {
    /*background: url(../images/mapbg.jpg) no-repeat 50% 0;*/
    background-size: cover;
    padding: 6.4vh 0;
}

.nc3 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nc3 .content .map {
    overflow: hidden;
    position: relative;
    width: calc(100% - 756px);
}

@media (max-width: 1400px) {
    .nc3 .content .map {
        width: calc(100% - 700px);
    }
}

@media (min-width: 1024px) {
    .nc3 .content .map {
        min-height: 419px;
    }
}

@media (max-width: 1025px) {
    .nc3 .content .map {
        display: none;
    }
}

.nc3 .content .map img {
    width: 100%;
}

.nc3 .content .map dd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 918px;
    height: 567px;
}

.nc3 .content .zi {
    margin-right: 3.125vw;
    width: 617px;
    color: #333;
}

@media (max-width: 1025px) {
    .nc3 .content .zi {
        width: 100%;
        margin-right: 0;
    }
}

.nc3 .content .zi h2 {
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid #7a7a7b;
}

@media (max-width: 780px) {
    .nc3 .content .zi h2 {
        font-size: 30px;
    }
}

.nc3 .content .zi h2 p {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 500;
}

@media (max-width: 780px) {
    .nc3 .content .zi h2 p {
        font-size: 16px;
    }
}

.nc3 .content .zi .list1 {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 5vh;
}

.nc3 .content .zi .list1 li {
    width: 24%;
    margin: 0 0.5%;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: #7a7a7a;
}

.nc3 .content .zi .list1 li.tab-nav-action {
    background: #0669c3;
}
.nc3 .content .zi .list1 li:hover{
    background: #0669c3;
}
@media (max-width: 780px) {
    .nc3 .content .zi .list1 li {
        font-size: 14px;
        line-height: 38px;
    }
    .nc3 .content .zi .list1{
        flex-wrap: wrap;
    }
    .nc3 .content .zi .list1 li{
        width: 48%;
        margin-bottom: 10px;
    }
}

.nc3 .content .zi .contentx dd {
    font-size: 14px;
    line-height: 30px;
}

.nc4 {
    margin-top: 9.4vh;
    margin-bottom: 13vh;
}

@media (max-width: 780px) {
    .nc4 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.nc4 .content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .nc4 .content {
        flex-wrap: wrap;
    }
}

.nc4 .content .tit {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    line-height: 1;
}

@media (max-width: 992px) {
    .nc4 .content .tit {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .nc4 .content .tit {
        font-size: 30px;
    }
}

.nc4 .content .tit p {
    margin-top: 20px;
    color: #666666;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 780px) {
    .nc4 .content .tit p {
        font-size: 16px;
    }
}

.nc4 .content .lyb {
    width: 71.4%;
}

@media (max-width: 992px) {
    .nc4 .content .lyb {
        width: 100%;
        margin-top: 30px;
    }
}

.nc4 .content .lyb .ww1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.35vh;
}

@media (max-width: 780px) {
    .nc4 .content .lyb .ww1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww1 {
        flex-wrap: wrap;
    }
}

.nc4 .content .lyb .ww1 input {
    border: 1px solid #e5e5e5;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    text-indent: 20px;
    width: 32%;
}

.nc4 .content .lyb .ww1 input::-webkit-input-placeholder {
    color: #999999;
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww1 input {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .nc4 .content .lyb .ww1 input:last-child {
        margin-bottom: 0;
    }
}

.nc4 .content .lyb .ww2 {
    margin-bottom: 5.35vh;
}

@media (max-width: 780px) {
    .nc4 .content .lyb .ww2 {
        margin-bottom: 30px;
    }
}

.nc4 .content .lyb .ww2 h2 {
    margin-bottom: 2.99vh;
    font-size: 16px;
    color: #999999;
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww2 h2 {
        font-size: 14px;
    }
}

.nc4 .content .lyb .ww2 h2 img {
    padding-right: 10px;
}

.nc4 .content .lyb .ww2 textarea {
    border: 1px solid #e5e5e5;
    line-height: 60px;
    height: 200px;
    width: 100%;
    font-size: 16px;
    text-indent: 20px;
    padding: 0;
}

.nc4 .content .lyb .ww2 textarea::-webkit-input-placeholder {
    color: #999999;
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww2 textarea {
        line-height: 40px;
        height: 140px;
        font-size: 14px;
    }
}

.nc4 .content .lyb .ww3 input#checkcode {
    border: 1px solid #e5e5e5;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    text-indent: 20px;
    width: 32%;
}

.nc4 .content .lyb .ww3 input#checkcode::-webkit-input-placeholder {
    color: #999999;
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww3 input#checkcode {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.nc4 .content .lyb .ww3 #checkCodeImg {
    padding-left: 32px;
}

.nc4 .content .lyb .ww3 #change_code {
    color: #292e39;
}

.nc4 .content .lyb .ww3 .anniu {
    display: block;
    float: right;
    max-width: 300%;
    line-height: 60px;
    height: 60px;
    background: #0669c3;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    border: none;
    width: 30%;
}

@media (max-width: 560px) {
    .nc4 .content .lyb .ww3 .anniu {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        width: 100%;
        margin-top: 20px;
    }
}

.nc5 {
    padding-top: 6.85vh;
    padding-bottom: 10vh;
}

.nc5 .list1 {
    display: flex;
    justify-content: center;
    margin-top: 4vh;
    text-align: center;
}

.nc5 .list1 li {
    width: 158px;
    line-height: 50px;
    font-size: 16px;
    background: #eeeeee;
    margin: 0 5px;
    border-radius: 4px;
}

@media (max-width: 780px) {
    .nc5 .list1 li {
        font-size: 14px;
        width: 23%;
        margin: 0 1%;
    }
}

.nc5 .list1 li a {
    display: block;
    color: #444444;
    cursor: pointer;
}

.nc5 .list1 li.on {
    background: #0669c3;
}

.nc5 .list1 li.on a {
    color: #fff;
}

.nc5 .content {
    margin-top: 5.3vh;
    overflow: hidden;
}

.nc5 .content .list2 {
    margin-left: -0.78125vw;
    margin-right: -0.78125vw;
}

.nc5 .content .list2 img {
    max-width: 100% !important;
    height: auto !important;
}

.nc5 .content .list2 li {
    margin: 0 0.78125vw;
    border: 1px solid #eaeaea;
}

.nc5 .content .list2 li .img {
    overflow: hidden;
}

.nc5 .content .list2 li .img img {
    width: 100%;
    transition-duration: .3s;
}

.nc5 .content .list2 li:hover {
    border-color: #0669c3;
}

.list1xx {
    display: flex;
    justify-content: center;
    margin-bottom: 4vh;
    text-align: center;
}

.list1xx li {
    width: 158px;
    line-height: 50px;
    font-size: 16px;
    background: #eeeeee;
    margin: 0 5px;
    border-radius: 4px;
}

@media (max-width: 780px) {
    .list1xx li {
        font-size: 14px;
        width: 23%;
        margin: 0 1%;
    }
}

.list1xx li a {
    display: block;
    color: #444444;
    cursor: pointer;
}

.list1xx li.on {
    background: #0669c3;
}

.list1xx li.on a {
    color: #fff;
}

a.sjyu {
    display: block;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 111;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
}
a.sjyu1{
    right: 30px
}

.con_map {
    width: 100%;
    height: 45rem;
    display: block;
    clear: both;
    overflow: hidden;

}
.con_map img {
    max-height: initial;
    max-width: initial;
}
.fbottom{
    text-align: center;
    background: #000;
    font-size: 15px;
    color: #fff;
    padding: 15px 0
}
.fbottom a{
 color: #fff;
 display: inline-block;
 margin-left: 10px
}
.next {
    clear: both;
    overflow: hidden;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.next a {
    padding: 3px 15px;
    margin: 5px;
    background: #e5e5e5;
    color: #666;
    display: inline-block;
}
.next a.on {
    background: #0669c3;
    color: #fff;
}
.next a:hover {
    background: #0669c3;
    color: #fff;
}
@media (max-width: 780px){
  .x-banner .owl-carousel .banner-item a .zi{
    display: none
}  
}
